updated sdkaction
This commit is contained in:
@@ -13,6 +13,7 @@ public class SdkActionDto {
|
||||
|
||||
private String clientId;
|
||||
private String clientSecret;
|
||||
private String channel;
|
||||
private String phone;
|
||||
private String amount;
|
||||
private String currency;
|
||||
|
||||
@@ -64,6 +64,7 @@ public class MPGSWebPaymentProcessor implements TransactionProcessorInterface {
|
||||
SdkActionDto sdkActionDto = SdkActionDto.builder()
|
||||
.clientId(clientId)
|
||||
.clientSecret(clientSecret)
|
||||
.channel("api")
|
||||
.phone(transaction.getCreditPhone())
|
||||
.amount(totalAmount.toString())
|
||||
.currency(transaction.getDebitCurrency().toString())
|
||||
|
||||
Reference in New Issue
Block a user