Questions tagged [credits]

83 questions
0
votes
1 answer

Add current date and PC username when a class is created in Visual Studio

Is it possible to add creation date and username when a *.cs file is created in Visual Studio like IntelliJ IDEA do? For example: //Created by Tamerlan, 9.28.2016 11:00 <- add this line automatically public class MyNewClass { }
0
votes
1 answer

How can i transfer the cost of a resource to one of my Bizpark's team member?

We have three developers in my startup and we are members of Microsoft Bizpark. I am the only back-end developer so i create and control all the resources in our azure portal. Even though i made the other members as owners of our resources…
jenny1990
  • 11
  • 3
0
votes
1 answer

Magento allow customers to have a credit limit

I need some customers to be able to log in to an account and once they log in they can choose invoice as the payment method. I have found some very expensive extensions but I am looking to see if there is an easier way to do this? And if there are…
0
votes
1 answer

Credit Based Shopping on Wordpress

I'm trying to build a website that has items for sale by credits only. The credits would be entered for all users by an admin only (manually). And the items could be shopped on the site by users who would see something they want, they'd be able to…
Justgrant2009
  • 603
  • 1
  • 8
  • 18
0
votes
2 answers

Credit link not work according to the given my script

Well i am coding a script which will avoid editing of credits here is my total page code: //start the script after loading the page $(document).ready(function(){ //get the elements from page var urlvalue1 =…
abhishek bagul
  • 243
  • 2
  • 16
0
votes
1 answer

In app credit/currency using PayPal API

I am building a web app in cakePHP that involves a credit system. So credits are bought with real money, then at a some point in the future they are spent and the portion the credits value goes to me and the rest goes to a third party. So far no…
0
votes
1 answer

Magento credit memo get offline or online refund status

I'm trying to add to the PDF creditmemo rather the refund was given offline or online. How do I get this information from the creditmemo? I've tried to use the method getTotalOfflineRefunded() but it comes back null everytime. Is there an arg for…
mike
  • 13
  • 2
  • 5
0
votes
1 answer

Control Statements: Why is my 'New Balance' change when I 'charge to credit' then 'pay credit' twice?

I tried reading from the start of this Java book and do some of its exercises for summer vacation. The I came up with this problem: "(Credit Limit Calculator) Develop a Java application that determines whether any of several department-store…
lmpgdn
  • 19
  • 1
  • 1
  • 7
0
votes
0 answers

Using Credits Options In Highcharts with ASP.Net

I am Learning how to work with highcharts with ASP.NET and I face a problem. How can I modify the default values of the credits tag. I am using this code and it works great for me. Chart1.Title = New Title("Titre de la chart") Chart1.SubTitle =…
0
votes
2 answers

php slot machine credits

Hey iam making a slot machine and is almost done. The only thing i need is the credit's to stay so it just add points on the credit's. Like if i have 100 credits and then get 25 credits i want it to say 125 credits. Now i don't know how to get the…
Mads
  • 5
  • 5
0
votes
1 answer

in-app purchase, partially usage of credit

I have IAP question. Basically, my app needs calculate how many times a user is using a function, and I would like to charge accordingly. I probably going to charge 1 cent or so per usage of the function, so if IAP is $1 minimum, that's credit for…
Tony Xu
  • 3,031
  • 4
  • 32
  • 43
0
votes
1 answer

How to remove Payments from my app

is there a way to remove the "Payments" from my app? I didn't use it in the past, I don't want to use it in the future and also don't want to recieve the Credits emails every day. Regards, Code.Working
0
votes
1 answer

How to redeem credit points assigned to the customer in magento

I have a requirement where I want credit points to be used by the customer for future purchases. I have issued credit points to a customer account using Admin on my testing server but I cannot redeem those points using the customer account... I have…
webmaker1
  • 389
  • 1
  • 9
  • 24
0
votes
1 answer

Is there an alternative to using Facebook credits in a payment service?

Is there a way to implement a payment service in a Facebook app without the use of Facebook credits?
0
votes
2 answers

WPF Credits effect problem: StoryBoard to animate a StackPanel that extends the height of the window

This is my first WPF project. I'm trying to get a rolling credits effect with a bunch of banner-shaped PNG's stacked on top of each other vertically. My current approach is to have a bunch of images in a StackPanel. Each image is approx 1024x150,…
Jesse Buchanan
  • 1,099
  • 1
  • 9
  • 24