Ekirapapaul / django-mpesa

This repo is meant to simplify Safaricom's mpesa API integration in simple steps.
BSD 2-Clause "Simplified" License
37 stars 26 forks source link

CamelCase? #19

Open Ekirapapaul opened 3 years ago

Ekirapapaul commented 3 years ago

@muneneevans voting we should move all parameters, args etc to camel case. Example in the submit API move from phone_number to phoneNumber.

muneneevans commented 3 years ago

Yes. Considering it's json, camelCase might be implied. What about backward compatibility?