Skip to content

Commit c7a9345

Browse files
Airtime support
Added ability to buy aitime
1 parent d2c3381 commit c7a9345

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Transfer.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,10 @@ public function bank($currency, $transactions, $callback_url=null)
6262
$provider = "PESALINK";
6363
return $this->send_money($provider, $currency, $transactions, $callback_url=null);
6464
}
65-
65+
66+
public function airtime($currency, $transactions, $callback_url=null)
67+
{
68+
$provider = "AIRTIME";
69+
return $this->send_money($provider, $currency, $transactions, $callback_url=null);
70+
}
6671
}

0 commit comments

Comments
 (0)