Changeset 2711180
- Timestamp:
- 04/18/2022 06:24:57 PM (4 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 2 edited
-
drip-payments.php (modified) (1 diff)
-
src/DripPaymentsCheckoutRequest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2711177 r2711180 193 193 'offline' => true, 194 194 'online' => false, 195 'expiration' => $now->add(new DateInterval('PT5M')) 195 'expiration' => $now->add(new DateInterval('PT5M'))->format('Y-m-d H:i:s') 196 196 ]); 197 197 -
drip-payments/trunk/src/DripPaymentsCheckoutRequest.php
r2707133 r2711180 137 137 'offline' => true, 138 138 'online' => false, 139 'expiration' => $now->add(new DateInterval('PT5M')) 139 'expiration' => $now->add(new DateInterval('PT5M'))->format('Y-m-d H:i:s') 140 140 ]); 141 141 if(function_exists('update_option')) {
Note: See TracChangeset
for help on using the changeset viewer.