Skip to content

Commit

Permalink
avoid the forcing of update payment
Browse files Browse the repository at this point in the history
  • Loading branch information
edavism committed May 2, 2024
1 parent 7130a8e commit f08a800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void startPaymentById(String paymentId, Callback callback) {
this.callback = callback;
Intent intent = Khenshin.getInstance().getStartTaskIntent();
intent.putExtra(KhenshinConstants.EXTRA_PAYMENT_ID, paymentId);
intent.putExtra(KhenshinConstants.EXTRA_FORCE_UPDATE_PAYMENT, true);
intent.putExtra("EXTRA_EXTERNAL_PAYMENT", false);
intent.putExtra("EXTRA_IGNORE_RETURN_URL", true);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-khenshin",
"version": "1.3.1",
"version": "1.3.2",
"description": "Wrapper react-native para la tecnología browser2app de khipu",
"homepage": "https://github.com/khipu/react-native-khenshin",
"documentation": "https://github.com/khipu/react-native-khenshin/blob/master/README.md",
Expand Down

0 comments on commit f08a800

Please sign in to comment.