react-native-bootpay-api 13.14.2 → 13.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bootpay-api",
3
- "version": "13.14.2",
3
+ "version": "13.14.3",
4
4
  "description": "React Native를 위한 bootpay 라이브러리 입니다.",
5
5
  "main": "index.tsx",
6
6
  "main-internal": "src/index.tsx",
package/src/Bootpay.tsx CHANGED
@@ -160,6 +160,7 @@ export class Bootpay extends Component<BootpayTypesProps> {
160
160
  handleEvent('done', this.props.onDone, show_success);
161
161
  break;
162
162
  case 'close':
163
+ case 'bootpayWidgetRevertScreen':
163
164
  this.showProgressBar(false);
164
165
  this.closeDismiss();
165
166
  break;
@@ -354,6 +354,7 @@ export class BootpayCommerce extends Component<BootpayCommerceProps> {
354
354
  handleEvent('issued', this.props.onIssued);
355
355
  break;
356
356
  case 'close':
357
+ case 'bootpayWidgetRevertScreen':
357
358
  this.showProgressBar(false);
358
359
  this.closeDismiss();
359
360
  break;