Skip to content

Commit 46f8ae4

Browse files
committed
fix: set PaymentGateway.STRIPE_AVAILABLE to false
1 parent 9e54d3e commit 46f8ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.otavio.jakarta.cdi.app.condition;
22

33
public interface PaymentGateway {
4-
boolean STRIPE_AVAILABLE = true;
4+
boolean STRIPE_AVAILABLE = false;
55
void pay();
66
}

0 commit comments

Comments
 (0)