You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/gateways/bitpaycheckout.php
+6-5
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,7 @@ function ($table) {
80
80
* @return array
81
81
*/
82
82
83
-
if (!function_exists('bitpaycheckout_config'))
84
-
{
83
+
if (!function_exists('bitpaycheckout_config')) {
85
84
functionbitpaycheckout_config()
86
85
{
87
86
returnarray(
@@ -119,7 +118,7 @@ function bitpaycheckout_config()
119
118
'Type' => 'dropdown',
120
119
'Options' => 'Modal,Redirect',
121
120
'Description' => 'Select <b>Modal</b> to keep the user on the invoice page, or <b>Redirect</b> to have them view the invoice at BitPay.com, and be redirected after payment.<br>',
122
-
),
121
+
),
123
122
);
124
123
}
125
124
}
@@ -137,7 +136,9 @@ function bitpaycheckout_link($config_params)
0 commit comments