-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature/hero 6 #2354
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
Open
jackhellyercw
wants to merge
29
commits into
heroiclabs:master
Choose a base branch
from
jackhellyercw:feature/hero-6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/hero 6 #2354
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
32bc037
xbox adapter validate changes
jackhellyercw a096c66
xbox poller setup and now handling generic iap interface
jackhellyercw 7eda417
removed comments and test logs
jackhellyercw 88fb850
go mod tidy, go mod vendor
jackhellyercw 0d44600
playstation validate and before and after hooks added
jackhellyercw 47f18de
work in progress
jackhellyercw 5d72b90
struct pointer issue for apple interal adapter fixed, fixed issue aro…
jackhellyercw 4f24c60
removed unused rpc, before and after funcs now that the generic valid…
jackhellyercw 1daa434
remove test logs
jackhellyercw f5604af
revert dockerfile changes
jackhellyercw a2d1df0
white space added back in dockerfile
jackhellyercw 7206953
dockerfile revert
jackhellyercw c632479
started address PR comments
jackhellyercw 0aa3412
validate request func implemented for apple adapter and called in gen…
jackhellyercw 7dcf4bf
move the console iap config out into console adapter repo
jackhellyercw 21062a8
added the rest of the built ins and now handling error returned from …
jackhellyercw 337daaf
huawei validate purchase request func implemented
jackhellyercw 51f135f
handle refund implemeted in the relevant built ins
jackhellyercw d3b7f1a
PR requested changes and generic validate subscription implemented
jackhellyercw a5d79b0
google sub validate implemented
jackhellyercw 621f233
GetProviderString now called platform.String() func in nakama common,…
jackhellyercw f5a3c99
revert config file path changes
jackhellyercw c93c5eb
PR comments address: reverted unused config changes and initialized t…
jackhellyercw e057c6e
removed persisit from client purchase and subscription validate response
jackhellyercw 98b8003
handle refund wrapper implemented
jackhellyercw 2b6bba8
Merge branch 'master' of github.com:jackhellyercw/nakama into feature…
jackhellyercw 40d4774
PR comments: changed error returned if refund fn already register for…
jackhellyercw c759fad
purchase validate functions, before and after hooks added for js and lua
jackhellyercw 6ee0155
js and lua validate subscription api endpoint and runtime funcs imple…
jackhellyercw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a
postto be consistent with other APIsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to post