Cyvelnet / Laravel5-billplz

A Malaysia simple billing and payment solution from Billplz for laravel 5
MIT License
12 stars 5 forks source link

How to use v3 api? #2

Closed fahribaharudin closed 8 years ago

fahribaharudin commented 8 years ago

Can we use v3 api with this package?

Cyvelnet commented 8 years ago

im preparing for v1 release, which will add billplz v3 api, billplz sandbox support, and also a much more readable way to send a bill like

Billplz::send(new MonthlyManagementBill()) ->to('Mr. Foobar') ->viaEmail('foobar@gmail.com')

Cyvelnet commented 8 years ago

@fahribaharudin i have created a new repo, instead of pushing directly to this repo, due to the repo naming sound misleading and only works for Laravel5 and not above. you may preview the new repo at

https://github.com/Cyvelnet/laravel-billplz

fahribaharudin commented 8 years ago

Alright, cool!