mirror of
https://github.com/rjNemo/payit
synced 2026-06-06 02:16:40 +00:00
Upgraded the Stripe SDK from v78 to v83 in go.mod and go.sum, and updated all code references to match the new API. Refactored session creation to use the new method signatures and types. Adjusted tests and documentation to reflect the updated dependency and API usage.
5 lines
91 B
Modula-2
5 lines
91 B
Modula-2
module github.com/rjNemo/payit
|
|
|
|
go 1.25.1
|
|
|
|
require github.com/stripe/stripe-go/v83 v83.0.0
|