Changeset 3340444
- Timestamp:
- 08/06/2025 02:34:11 PM (8 months ago)
- Location:
- codnloc-payment-gateway-for-whish-money
- Files:
-
- 11 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/checkout.js (added)
-
tags/1.0.1/class-block.php (added)
-
tags/1.0.1/class-gateway.php (added)
-
tags/1.0.1/codnloc-payment-gateway-for-whish-money.php (added)
-
tags/1.0.1/images (added)
-
tags/1.0.1/images/screenshot1.png (added)
-
tags/1.0.1/images/whish_by_codnloc.png (added)
-
tags/1.0.1/images/whish_by_codnloc.svg (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/class-gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codnloc-payment-gateway-for-whish-money/trunk/class-gateway.php
r3322115 r3340444 83 83 84 84 // إعداد البيانات لإرسالها إلى بوابة الدفع. 85 $wbst = sanitize_text_field( $this->website ); 85 86 86 87 $postData = array( 87 'website' => sanitize_text_field( $this->website ),88 'website' => $wbst, 88 89 'secret' => sanitize_text_field( $this->secret ), 89 90 'order_id' => $order_id, 90 91 // translators: %s is the order_id 91 'invoice' => sprintf( __( 'Payment for order #%s', 'codnloc-payment-gateway-for-whish-money' ), $order_id ),92 'invoice' => sprintf( __( $wbst . 'Payment for order #%s', 'codnloc-payment-gateway-for-whish-money' ), $order_id ), 92 93 'amount' => $order->get_total(), 93 94 'currency' => $order->get_currency(), -
codnloc-payment-gateway-for-whish-money/trunk/readme.txt
r3322120 r3340444 4 4 Tags: WHISH, WHISH Money, payment gateway 5 5 Requires at least: 5.0 6 Tested up to: 6.8 6 Tested up to: 6.8.2 7 7 Requires PHP: 7.4 8 8 Stable tag: 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.