Completed
Pull Request — master (#5)
by Stephen
01:09
created
src/Blade/PaystackBladeDirective.php 2 patches
Doc Comments   +1 added lines, -11 removed lines patch added patch discarded remove patch
@@ -82,14 +82,4 @@
 block discarded – undo
82 82
                     metadata:  $meta,
83 83
                     container: 'paystackEmbedContainer',
84 84
                     callback: function(response){
85
-                        $callback(response);
86
-                    }
87
-                };
88
-
89
-                var handler = PaystackPop.setup(options);
90
-                handler.openIframe();
91
-            </script>
92
-            PAYSTACK;
93
-        });
94
-    }
95
-}
85
+                        $callback
96 86
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -11 removed lines patch added patch discarded remove patch
@@ -82,14 +82,4 @@
 block discarded – undo
82 82
                     metadata:  $meta,
83 83
                     container: 'paystackEmbedContainer',
84 84
                     callback: function(response){
85
-                        $callback(response);
86
-                    }
87
-                };
88
-
89
-                var handler = PaystackPop.setup(options);
90
-                handler.openIframe();
91
-            </script>
92
-            PAYSTACK;
93
-        });
94
-    }
95
-}
85
+                        $callback
96 86
\ No newline at end of file
Please login to merge, or discard this patch.