Skip to content

Commit 5dbe4e2

Browse files
committed
Fix Fee discrepancy for UK bank payments
1 parent e73c36b commit 5dbe4e2

File tree

1 file changed

+1
-1
lines changed
  • rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation/uk

1 file changed

+1
-1
lines changed

rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation/uk/UkHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void fetchFee(final Payload payload) {
5454
FeeCheckRequestBody body = new FeeCheckRequestBody();
5555
body.setAmount(payload.getAmount());
5656
body.setCurrency(payload.getCurrency());
57-
body.setPtype("3");
57+
body.setPtype("7");
5858
body.setPBFPubKey(payload.getPBFPubKey());
5959

6060
mInteractor.showProgressIndicator(true);

0 commit comments

Comments
 (0)