Completed
Pull Request — 23 (#611)
by Harald
04:45
created
catalog/includes/modules/payment/braintree_cc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1273,6 +1273,9 @@
 block discarded – undo
1273 1273
       return $js;
1274 1274
     }
1275 1275
 
1276
+    /**
1277
+     * @param string $type
1278
+     */
1276 1279
     function isPaymentTypeAccepted($type) {
1277 1280
       return in_array($type, $this->payment_types);
1278 1281
     }
Please login to merge, or discard this patch.