-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook, Signature verfication integration & refactored structure #5
base: main
Are you sure you want to change the base?
Commits on Oct 15, 2024
-
refactor: modularize chargily.go into dedicated model files for enhan…
…ced scalability and clarity - Refactored chargily.go by dividing it into separate files: params.go, responses.go, and types.go. - Moved these model files into a newly created models package to improve separation of concerns. - Enhanced maintainability and clarity by organizing related structures and defintions.
Configuration menu - View commit details
-
Copy full SHA for 2390c72 - Browse repository at this point
Copy the full SHA 2390c72View commit details -
update : the models path to use the params ,the responses types and t…
…he chargily objects types
Configuration menu - View commit details
-
Copy full SHA for 2000cad - Browse repository at this point
Copy the full SHA 2000cadView commit details -
refactor: grouping the utils.go(requests_sender.go) and errors(custom…
…_errors.go) in one utils folder for more calrity and structure organization
Configuration menu - View commit details
-
Copy full SHA for 47e8b30 - Browse repository at this point
Copy the full SHA 47e8b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500653a - Browse repository at this point
Copy the full SHA 500653aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f75237 - Browse repository at this point
Copy the full SHA 8f75237View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78c784 - Browse repository at this point
Copy the full SHA a78c784View commit details -
refactor: restructure SDK to centralize functionality
Moved all methods into dedicated files to enhance organization. Refactored the Client struct to provide a unified interface for accessing all SDK functionalities, improving usability and maintainability.
Configuration menu - View commit details
-
Copy full SHA for cd1d371 - Browse repository at this point
Copy the full SHA cd1d371View commit details -
refactor: reorganize SDK functions for unified access
Moved individual functions into separate files for better organization. Implemented a consistent interface across different entities, allowing unified access to functions such as customers.get(), products.get(), customers.create(), and prices.create(). This enhances usability and simplifies interaction with the SDK.
Configuration menu - View commit details
-
Copy full SHA for 348a4cc - Browse repository at this point
Copy the full SHA 348a4ccView commit details -
Merge pull request #23 from BigBr41n/refactor/client/services
Refactor/client/services
Configuration menu - View commit details
-
Copy full SHA for c708ec9 - Browse repository at this point
Copy the full SHA c708ec9View commit details -
update & refactor : changing the folder struct for more clarity and f…
…ocus. using the new updates made to the project
Configuration menu - View commit details
-
Copy full SHA for 47ce6e7 - Browse repository at this point
Copy the full SHA 47ce6e7View commit details -
update & refactor : changing the folder struct for more clarity and f…
…ocus. using the new updates made to the project
Configuration menu - View commit details
-
Copy full SHA for 8d0ef86 - Browse repository at this point
Copy the full SHA 8d0ef86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8141eb - Browse repository at this point
Copy the full SHA f8141ebView commit details -
update & refactor : changing the folder struct for each of the old ex…
…amples making it more easy to read and understand the logic flow.
Configuration menu - View commit details
-
Copy full SHA for 4b7d184 - Browse repository at this point
Copy the full SHA 4b7d184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b18af3 - Browse repository at this point
Copy the full SHA 3b18af3View commit details
Commits on Oct 16, 2024
-
refactor & new: moving the types to types.go file and adding new even…
…tData & webhook event type
Configuration menu - View commit details
-
Copy full SHA for cd4dca4 - Browse repository at this point
Copy the full SHA cd4dca4View commit details -
feat: webhook setup function to create a webhook handler, custome rou…
…te & a public method the verify the signature sent by chargily
Configuration menu - View commit details
-
Copy full SHA for f7bb3f1 - Browse repository at this point
Copy the full SHA f7bb3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ee0e8 - Browse repository at this point
Copy the full SHA f3ee0e8View commit details -
new: new examples about the webhook setup process, usage and the sign…
…ature verification
Configuration menu - View commit details
-
Copy full SHA for 92dd032 - Browse repository at this point
Copy the full SHA 92dd032View commit details -
Merge pull request #25 from BigBr41n/new/webhook/signature-verifier
New/webhook/signature-verifier
Configuration menu - View commit details
-
Copy full SHA for bdd3cc0 - Browse repository at this point
Copy the full SHA bdd3cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138bed8 - Browse repository at this point
Copy the full SHA 138bed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa17492 - Browse repository at this point
Copy the full SHA aa17492View commit details -
new: more detailed docs for each service (cusomters, checkouts, payme…
…nts ...), params & returns explained. example for each function of the services
Configuration menu - View commit details
-
Copy full SHA for 8d38337 - Browse repository at this point
Copy the full SHA 8d38337View commit details -
Merge pull request #26 from BigBr41n/update/docs/examples
Update/docs/examples
Configuration menu - View commit details
-
Copy full SHA for fe4baa1 - Browse repository at this point
Copy the full SHA fe4baa1View commit details -
Merge pull request #27 from BigBr41n/refactor/improve-architecture
Refactor/improve architecture
Configuration menu - View commit details
-
Copy full SHA for b2774e5 - Browse repository at this point
Copy the full SHA b2774e5View commit details