NikolaGavric94 / laravel-square

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

Minor typo in Examples #23

Closed doopz closed 5 years ago

doopz commented 5 years ago

Please note that there is a minor typo in the following wiki pages:

The line: 'location_id' => $locationd_id,

should be 'location_id' => $location_id,

NikolaGavric94 commented 5 years ago

It is fixed, thanks for noticing

doopz commented 5 years ago

No problem. Thank you for your library and hard work.