You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transactiontxn = PurchaseOnGateway.for(client)
.amount(1234)
.currency("EUR")
.retainOnSuccess(true)
.orderId("XYZ")
.email("x@x.com")
.merchantName("Descriptor name")
.execute(); // here we can override client tokens if needed, or executeAsync();
Suggestion 1 TENTATIVE
Fluent command builder like:
Instead of this kind of interaction:
The text was updated successfully, but these errors were encountered: