NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

on save() it saves to square #16

Closed NikolaGavric94 closed 6 years ago

NikolaGavric94 commented 6 years ago

Problem - When I call save() it saves the order to the square vault too

Supposed - To only save the order into the local database.

Reproduce - Square::setOrder($order, 'location_id')->save();