Changeset 3261516
- Timestamp:
- 03/25/2025 11:51:15 AM (12 months ago)
- Location:
- antom-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
antom-payments/tags/1.0.11/includes/gateways/class-wc-gateway-antom-common.php
r3258357 r3261516 840 840 841 841 } 842 antom_notify_response(); 842 843 } elseif ( 'CAPTURE_RESULT' === $notify_type ) { 843 844 if ( 'S' === $params['result']['resultStatus'] ) { -
antom-payments/trunk/includes/gateways/class-wc-gateway-antom-common.php
r3258357 r3261516 840 840 841 841 } 842 antom_notify_response(); 842 843 } elseif ( 'CAPTURE_RESULT' === $notify_type ) { 843 844 if ( 'S' === $params['result']['resultStatus'] ) {
Note: See TracChangeset
for help on using the changeset viewer.