Skip to content

Commit 6e127b3

Browse files
Navneet RaiNavneet Rai
Navneet Rai
authored and
Navneet Rai
committed
Updated Processor Info
1 parent 4f494c4 commit 6e127b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Services/CCNow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ public function pdt(array $input){
112112
* @return \Userdesk\Subscription\Class\ProcessorInfo|null
113113
*/
114114
public function info(){
115-
return new ProcessorInfo('CCNow', '/vendor/laravel-subscription/logo/ccnow.png', 'http://www.ccnow.com')
115+
return new ProcessorInfo('CCNow', '/vendor/laravel-subscription/logo/ccnow.png', 'http://www.ccnow.com');
116116
}
117117
}

src/Services/Paypal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function pdt(array $input){
181181
* @return \Userdesk\Subscription\Class\ProcessorInfo|null
182182
*/
183183
public function info(){
184-
return new ProcessorInfo('Paypal', '/vendor/laravel-subscription/logo/paypal.png', 'https://www.paypal.com')
184+
return new ProcessorInfo('Paypal', '/vendor/laravel-subscription/logo/paypal.png', 'https://www.paypal.com');
185185
}
186186

187187
private function getRecurrenceString($recur){

src/Services/TwoCheckout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ public function pdt(array $input){
139139
* @return \Userdesk\Subscription\Class\ProcessorInfo|null
140140
*/
141141
public function info(){
142-
return new ProcessorInfo('2Checkout', '/vendor/laravel-subscription/logo/2checkout.png', 'https://www.2checkout.com')
142+
return new ProcessorInfo('2Checkout', '/vendor/laravel-subscription/logo/2checkout.png', 'https://www.2checkout.com');
143143
}
144144
}

0 commit comments

Comments
 (0)